:root {
  --vdev-surface: rgba(255, 251, 247, 0.9);
  --vdev-surface-strong: rgba(255, 255, 255, 0.96);
  --vdev-line: rgba(34, 50, 73, 0.1);
  --vdev-line-strong: rgba(34, 50, 73, 0.16);
  --vdev-soft-ink: rgba(34, 50, 73, 0.72);
  --vdev-accent: #d7f499;
  --vdev-accent-2: #f0dfcb;
  --vdev-shadow: 0 24px 48px rgba(34, 50, 73, 0.08);
  --vdev-radius-xl: 36px;
  --vdev-radius-lg: 28px;
  --vdev-radius-md: 20px;
}

.vdev-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 0%, rgba(215, 244, 153, 0.18), transparent 26%),
    radial-gradient(circle at 100% 12%, rgba(240, 223, 203, 0.28), transparent 24%),
    linear-gradient(180deg, rgba(250, 245, 238, 0.96) 0%, rgba(244, 237, 228, 0.98) 100%);
}

.vdev-page-main {
  padding-bottom: 5rem;
}

.vdev-hero {
  padding: 4rem 0 3rem;
}

.vdev-hero-shell {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 1.5rem;
  align-items: stretch;
}

.vdev-hero-copy,
.vdev-stage-card,
.vdev-panel,
.vdev-route-card,
.vdev-preview-card,
.vdev-signal-card,
.vdev-stack-card,
.vdev-wire-card,
.vdev-proof-card,
.vdev-pdp-card,
.vdev-callout {
  border: 1px solid var(--vdev-line);
  background: var(--vdev-surface);
  border-radius: var(--vdev-radius-lg);
  box-shadow: var(--vdev-shadow);
}

.vdev-hero-copy {
  padding: 2rem;
}

.vdev-stage-card {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 28rem;
  background:
    radial-gradient(circle at 84% 16%, rgba(215, 244, 153, 0.32), transparent 16%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.98) 0%, rgba(244, 238, 230, 0.96) 52%, rgba(245, 247, 221, 0.9) 100%);
}

.vdev-stage-card img {
  width: 100%;
  max-width: 34rem;
  height: auto;
  object-fit: contain;
  display: block;
}

.vdev-stage-card--photo {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 227, 197, 0.34), transparent 18%),
    linear-gradient(145deg, rgba(255, 248, 241, 0.98) 0%, rgba(243, 231, 220, 0.98) 100%);
}

.vdev-stage-card--product {
  background:
    radial-gradient(circle at 82% 18%, rgba(215, 244, 153, 0.34), transparent 16%),
    linear-gradient(145deg, rgba(249, 252, 245, 0.98) 0%, rgba(232, 240, 219, 0.98) 100%);
}

.vdev-stage-card--technical {
  background:
    radial-gradient(circle at 82% 18%, rgba(203, 225, 244, 0.34), transparent 16%),
    linear-gradient(145deg, rgba(245, 250, 253, 0.98) 0%, rgba(229, 239, 246, 0.98) 100%);
}

.vdev-stage-card--photo img {
  max-width: 32rem;
}

.vdev-stage-card--product img,
.vdev-stage-card--technical img {
  max-width: 28rem;
}

.vdev-hero-copy .voy-hero-title {
  max-width: 11ch;
  margin-bottom: 1rem;
}

.vdev-hero-copy .voy-hero-copy {
  max-width: 42rem;
}

.vdev-hero-pills,
.vdev-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.vdev-pill,
.vdev-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(34, 50, 73, 0.06);
  color: var(--voy-ink);
  font-size: 0.94rem;
}

.vdev-pill strong,
.vdev-chip strong {
  font-weight: 600;
}

.vdev-section {
  padding: 0 0 2rem;
}

.vdev-section-head {
  max-width: 48rem;
  margin-bottom: 1.5rem;
}

.vdev-grid-2,
.vdev-grid-3,
.vdev-grid-4 {
  display: grid;
  gap: 1rem;
}

.vdev-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vdev-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vdev-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.vdev-route-card,
.vdev-preview-card,
.vdev-signal-card,
.vdev-stack-card,
.vdev-wire-card,
.vdev-proof-card,
.vdev-pdp-card {
  padding: 1.4rem;
}

.vdev-route-label,
.vdev-stack-label {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: rgba(215, 244, 153, 0.48);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.vdev-muted {
  color: var(--vdev-soft-ink);
}

.vdev-stage-list,
.vdev-flow-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--vdev-soft-ink);
}

.vdev-stage-list li + li,
.vdev-flow-list li + li {
  margin-top: 0.55rem;
}

.vdev-band {
  padding: 3rem 0;
  background: rgba(255, 255, 255, 0.42);
  border-top: 1px solid rgba(34, 50, 73, 0.06);
  border-bottom: 1px solid rgba(34, 50, 73, 0.06);
}

.vdev-wire-card {
  position: relative;
  overflow: hidden;
}

.vdev-wire-card::after {
  content: "";
  position: absolute;
  inset: auto 1.4rem 1.2rem 1.4rem;
  height: 0.2rem;
  background: linear-gradient(90deg, rgba(34, 50, 73, 0.16), rgba(34, 50, 73, 0));
}

.vdev-wire-steps {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.vdev-wire-step {
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  background: rgba(34, 50, 73, 0.05);
}

.vdev-callout {
  padding: 1.35rem 1.4rem;
}

.vdev-callout strong {
  display: block;
  margin-bottom: 0.45rem;
}

.vdev-callout--soft {
  background: rgba(34, 50, 73, 0.05);
}

.vdev-proof-card h3,
.vdev-route-card h3,
.vdev-preview-card h3,
.vdev-signal-card h3,
.vdev-stack-card h3,
.vdev-wire-card h3,
.vdev-pdp-card h3 {
  margin-bottom: 0.65rem;
}

.vdev-hero--authority .vdev-stage-card {
  background:
    radial-gradient(circle at 82% 18%, rgba(204, 232, 255, 0.34), transparent 17%),
    linear-gradient(145deg, rgba(248, 251, 255, 0.98) 0%, rgba(238, 245, 250, 0.98) 54%, rgba(235, 243, 246, 0.94) 100%);
}

.vdev-page--gift .vdev-stage-card {
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 221, 190, 0.34), transparent 16%),
    linear-gradient(145deg, rgba(255, 252, 248, 0.98) 0%, rgba(247, 238, 231, 0.98) 50%, rgba(248, 240, 229, 0.94) 100%);
}

.vdev-page--pdp .vdev-hero-copy .voy-hero-title {
  max-width: 13ch;
}

.vdev-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.vdev-gallery-main,
.vdev-gallery-stack {
  border-radius: var(--vdev-radius-lg);
  overflow: hidden;
}

.vdev-gallery-main {
  min-height: 32rem;
  background:
    linear-gradient(145deg, rgba(255, 253, 249, 0.98) 0%, rgba(244, 238, 230, 0.96) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.vdev-gallery-main img {
  width: 100%;
  max-width: 28rem;
  height: auto;
}

.vdev-gallery-stack {
  display: grid;
  gap: 1rem;
}

.vdev-gallery-tile {
  min-height: 15.5rem;
  padding: 1.4rem;
  background: rgba(34, 50, 73, 0.05);
  border-radius: var(--vdev-radius-md);
}

.vdev-kpi-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vdev-kpi {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(34, 50, 73, 0.05);
}

.vdev-kpi strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.1;
}

.vdev-pdp-preview-shell {
  padding: 2rem 0 0;
}

.vdev-pdp-preview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 1.4rem;
  align-items: start;
}

.vdev-pdp-preview-left {
  display: grid;
  gap: 1.15rem;
}

.vdev-pdp-preview-panel,
.vdev-pdp-preview-gallery-panel {
  padding: 1.5rem;
}

.vdev-pdp-preview-gallery-panel {
  display: grid;
  gap: 1rem;
}

.vdev-pdp-preview-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.vdev-pdp-preview-thumb {
  appearance: none;
  cursor: pointer;
  padding: 0.75rem;
  border-radius: 20px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(34, 50, 73, 0.035);
}

.vdev-pdp-preview-thumb img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  display: block;
}

.vdev-pdp-preview-thumb.is-active {
  box-shadow: inset 0 0 0 2px rgba(215, 244, 153, 0.85);
  background: rgba(244, 248, 255, 0.96);
}

.vdev-pdp-preview-buy-card {
  position: sticky;
  top: calc(var(--voy-header-height, 96px) + 1rem);
  padding: 1.5rem;
  display: grid;
  gap: 1rem;
}

.vdev-pdp-preview-buy-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: end;
}

.vdev-pdp-preview-buy-head h2 {
  margin: 0.35rem 0 0;
  color: var(--voy-ink);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.vdev-pdp-preview-price {
  display: grid;
  justify-items: end;
  text-align: right;
}

.vdev-pdp-preview-price strong {
  color: var(--voy-ink);
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.vdev-pdp-preview-price span,
.vdev-pdp-preview-summary {
  color: var(--vdev-soft-ink);
}

.vdev-pdp-preview-summary {
  margin: 0;
  line-height: 1.68;
}

.vdev-pdp-preview-actions {
  display: grid;
  gap: 0.75rem;
}

.vdev-footer-note {
  margin-top: 1rem;
}

.vdev-reference-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--vdev-soft-ink);
}

.vdev-reference-list li + li {
  margin-top: 0.55rem;
}

.vdev-mini-note {
  display: inline-flex;
  align-items: center;
  margin-top: 0.85rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(34, 50, 73, 0.06);
  color: var(--vdev-soft-ink);
  font-size: 0.84rem;
}

.vdev-variant-band {
  padding: 3rem 0;
  background: #fde7d6;
  border-top: 1px solid rgba(217, 119, 6, 0.2);
  border-bottom: 1px solid rgba(217, 119, 6, 0.2);
}

.vdev-variant-card {
  padding: 1.45rem;
  border-radius: var(--vdev-radius-lg);
  border: 1px solid rgba(217, 119, 6, 0.18);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 40px rgba(217, 119, 6, 0.1);
}

.vdev-variant-card h3,
.vdev-variant-card h4 {
  margin-bottom: 0.7rem;
}

.vdev-variant-card h4 {
  font-size: 0.98rem;
  color: #b45309;
}

.vdev-variant-grid {
  display: grid;
  gap: 1rem;
}

.vdev-outline-list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--vdev-soft-ink);
}

.vdev-outline-list li + li {
  margin-top: 0.55rem;
}

.vdev-beat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vdev-beat-card {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  background: rgba(217, 119, 6, 0.08);
  border: 1px solid rgba(217, 119, 6, 0.12);
}

.vdev-beat-card strong {
  display: block;
  margin-bottom: 0.45rem;
}

.vdev-build-stack {
  display: grid;
  gap: 1rem;
}

.vdev-dev-band {
  padding: 2.5rem 0;
  background: #bfdbfe;
  border-top: 1px solid rgba(37, 99, 235, 0.18);
  border-bottom: 1px solid rgba(37, 99, 235, 0.18);
}

.vdev-work-band {
  position: relative;
  padding: 3rem 0;
  background: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(34, 50, 73, 0.08);
  border-bottom: 1px solid rgba(34, 50, 73, 0.08);
}

.vdev-work-band--composed {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.vdev-build-accordion {
  border-radius: var(--vdev-radius-lg);
  border: 1px solid rgba(37, 99, 235, 0.22);
  background: #bfdbfe;
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.12);
  overflow: hidden;
}

.vdev-build-accordion summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.15rem;
}

.vdev-build-accordion summary::-webkit-details-marker {
  display: none;
}

.vdev-build-accordion[open] summary {
  border-bottom: 1px solid rgba(37, 99, 235, 0.16);
}

.vdev-build-accordion-body {
  padding: 0 1.15rem 1.1rem;
}

.vdev-build-section {
  padding: 0;
}

.vdev-build-section h3 {
  margin: 0;
  line-height: 1.2;
}

.vdev-build-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0;
}

.vdev-build-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.34rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  color: #1e3a8a;
  font-size: 0.78rem;
  font-weight: 600;
}

.vdev-build-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.vdev-build-title-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.vdev-build-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.72rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.12);
  color: #1e3a8a;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}

.vdev-build-shell {
  display: grid;
  gap: 0.7rem;
}

.vdev-build-shell-row {
  padding: 0.78rem 0.9rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--voy-ink);
}

.vdev-build-shell-row strong {
  display: block;
  margin-bottom: 0.25rem;
}

.vdev-build-canvas {
  position: relative;
  min-height: 15rem;
  padding: 3.4rem 0 1.2rem;
}

.vdev-work-band--composed .vdev-build-canvas {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
}

.vdev-build-canvas h4 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: var(--voy-ink);
}

.vdev-build-canvas p {
  margin: 0;
  color: var(--vdev-soft-ink);
}

.vdev-canvas-corner {
  position: absolute;
  top: 0.85rem;
  left: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0.4rem 0.55rem;
  border-radius: 10px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(191, 219, 254, 0.2);
  color: rgba(34, 50, 73, 0.72);
  font-size: 0.85rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.5;
}

.vdev-wire-hero {
  position: relative;
  padding: 2rem 0 1.6rem;
}

.vdev-wire-hero--split {
  min-height: 34rem;
}

.vdev-wire-hero--cutout {
  min-height: 38rem;
  overflow: visible;
}

.vdev-wire-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 29rem);
  align-items: stretch;
  gap: 2.5rem;
}

.vdev-wire-copy {
  max-width: 52rem;
  display: grid;
  gap: 1rem;
  align-content: center;
  min-height: 100%;
}

.vdev-wire-eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(191, 219, 254, 0.24);
  color: var(--voy-ink);
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.vdev-wire-copy h1 {
  margin: 0;
  font-size: clamp(2.75rem, 7vw, 5.25rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: var(--voy-ink);
}

.vdev-wire-title-sans,
.vdev-wire-title-serif {
  display: inline-block;
}

.vdev-wire-title-serif {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.vdev-mixed-heading .vdev-mixed-heading-em {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.vdev-wire-copy p {
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.65;
}

.vdev-wire-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding-top: 0.35rem;
}

.vdev-wire-media {
  display: flex;
  justify-content: flex-end;
  align-self: stretch;
}

.vdev-wire-media-frame {
  width: min(100%, 25rem);
  aspect-ratio: 1 / 1;
  border-radius: 32px;
  border: 1px solid rgba(34, 50, 73, 0.1);
  background:
    linear-gradient(180deg, rgba(191, 219, 254, 0.45), rgba(191, 219, 254, 0.12)),
    #eef5ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 50, 73, 0.4);
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  overflow: hidden;
}

.vdev-wire-media-frame img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.vdev-wire-media--bottom {
  align-items: end;
}

.vdev-wire-media--bottom img {
  display: block;
  width: min(100%, 25rem);
  max-height: 31rem;
  object-fit: contain;
  object-position: center bottom;
}

.vdev-wire-media--cutout {
  justify-content: center;
  align-items: end;
  position: relative;
  overflow: visible;
}

.vdev-wire-media--cutout img {
  display: block;
  width: min(100%, 33rem);
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  position: absolute;
  right: 50%;
  bottom: 1.35rem;
  transform: translateX(50%);
}

.vdev-work-band--cutout-floor {
  padding-bottom: 0;
  overflow: hidden;
}

.vdev-work-band--cutout-floor .vdev-build-canvas {
  min-height: 38rem;
  padding-bottom: 0;
}

.vdev-work-band--cutout-floor .vdev-wire-hero {
  padding-bottom: 0;
}

.vdev-wire-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(34, 50, 73, 0.12);
  background: var(--voy-ink);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.vdev-wire-button--ghost {
  background: rgba(255, 255, 255, 0.96);
  color: var(--voy-ink);
}

.vdev-frame-section {
  display: grid;
  gap: 2rem;
  justify-items: center;
}

.vdev-frame-intro {
  max-width: 44rem;
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
}

.vdev-frame-intro h2 {
  margin: 0;
  max-width: 34rem;
  font-size: clamp(2.15rem, 5vw, 3.5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--voy-ink);
}

.vdev-frame-intro p {
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.65;
}

.vdev-frame-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vdev-testimonials-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 5.25rem 3rem 5.5rem;
  padding-left: max(3rem, calc((100vw - 1320px) / 2 + 3rem));
  padding-right: max(3rem, calc((100vw - 1320px) / 2 + 3rem));
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.46), transparent 28%),
    linear-gradient(180deg, #f6f0df 0%, #f2ead7 100%);
  border: 1px solid rgba(34, 50, 73, 0.05);
  box-shadow: 0 24px 48px rgba(34, 50, 73, 0.05);
}

.vdev-testimonials-head {
  max-width: 48rem;
  margin: 0 auto 2.85rem;
  text-align: center;
}

.vdev-testimonials-kicker {
  margin-bottom: 0.8rem;
  color: rgba(34, 50, 73, 0.68);
  font-size: 0.9rem;
}

.vdev-testimonials-head h2 {
  margin: 0;
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
  color: var(--voy-ink);
  font-weight: 400;
}

.vdev-testimonials-head p {
  max-width: 42rem;
  margin: 1rem auto 0;
  color: rgba(34, 50, 73, 0.72);
  font-size: 1.02rem;
  line-height: 1.62;
}

.vdev-testimonials-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(18rem, 25.5rem);
  gap: 0.95rem;
  margin-bottom: 1.45rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-bottom: 0.2rem;
}

.vdev-testimonials-grid::-webkit-scrollbar {
  display: none;
}

.vdev-testimonial-card {
  min-height: 19rem;
  padding: 1.05rem 1rem 0.95rem;
  border-radius: 1.55rem;
  border: 1px solid rgba(34, 50, 73, 0.05);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(27, 39, 68, 0.05);
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.vdev-testimonial-meta {
  padding-bottom: 0.7rem;
  border-bottom: 1px dashed rgba(34, 50, 73, 0.1);
  color: rgba(34, 50, 73, 0.64);
  font-size: 0.82rem;
}

.vdev-testimonial-quote {
  margin: 0.9rem 0 0;
  color: var(--voy-ink);
  font-size: clamp(1.15rem, 1.85vw, 1.55rem);
  line-height: 1.16;
  letter-spacing: -0.05em;
}

.vdev-testimonial-person {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  margin-top: 1rem;
}

.vdev-testimonial-avatar {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  object-fit: cover;
}

.vdev-testimonial-name {
  color: var(--voy-ink);
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 500;
}

.vdev-testimonial-role {
  color: rgba(34, 50, 73, 0.62);
  font-size: 0.88rem;
}

.vdev-testimonials-actions {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 0.15rem;
}

.vdev-testimonials-actions-spacer {
  min-height: 1px;
}

.vdev-testimonials-cta {
  justify-self: center;
}

.vdev-testimonials-nav {
  justify-self: end;
  display: inline-flex;
  gap: 0.65rem;
}

.vdev-testimonials-next {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: #d7f465;
  color: var(--voy-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: 0 14px 32px rgba(27, 39, 68, 0.12);
}

.vdev-products-section {
  padding: 3.5rem 0 1rem;
}

.vdev-products-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  margin-bottom: 1.4rem;
}

.vdev-products-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(215, 244, 153, 0.26);
  color: rgba(34, 50, 73, 0.7);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.vdev-products-head h2 {
  max-width: none;
  margin: 0;
  color: var(--voy-ink);
  font-size: clamp(2.7rem, 4.3vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.075em;
  white-space: nowrap;
}

.vdev-products-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.95rem;
}

.vdev-product-card {
  position: relative;
  min-height: 23rem;
  padding: 1rem;
  border-radius: 28px;
  border: 1px solid rgba(34, 50, 73, 0.06);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(34, 50, 73, 0.05);
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.vdev-product-card--featured {
  min-height: 23rem;
}

.vdev-product-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: rgba(225, 229, 214, 0.9);
  color: rgba(34, 50, 73, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.vdev-product-media {
  min-height: 13.25rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(249, 250, 255, 0.92), rgba(245, 246, 252, 0.98));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.vdev-product-card--featured .vdev-product-media,
.vdev-product-card .vdev-product-media {
  padding: 1rem;
}

.vdev-product-media .vdev-product-badge {
  margin: 0;
}

.vdev-product-media img {
  margin: auto;
}

.vdev-product-image {
  width: 100%;
  max-width: 13rem;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(34, 50, 73, 0.12));
}

.vdev-product-body {
  position: relative;
  z-index: 1;
  align-self: end;
}

.vdev-product-body h3 {
  margin: 0 0 0.45rem;
  color: var(--voy-ink);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.vdev-product-body p {
  margin: 0;
  color: rgba(34, 50, 73, 0.74);
  font-size: 1rem;
  line-height: 1.5;
}

.vdev-product-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1.2rem;
}

.vdev-product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 50, 73, 0.1);
  box-shadow: 0 24px 46px rgba(34, 50, 73, 0.08);
}

.vdev-product-card:hover .vdev-product-badge {
  transform: translateY(-1px);
  background: #cfeb7f;
  color: #25324a;
  box-shadow: 0 10px 20px rgba(185, 212, 106, 0.22);
}

.vdev-product-card:hover .vdev-product-badge--soft {
  background: rgba(215, 244, 153, 0.72);
  color: #25324a;
}

.vdev-products-footer {
  margin-top: 1.1rem;
}

.vdev-editorial-section {
  display: grid;
  gap: 1.5rem;
  padding: 1rem 0 0.5rem;
}

.vdev-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.vdev-editorial-kicker {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.78rem;
  border-radius: 999px;
  background: rgba(34, 50, 73, 0.06);
  color: rgba(34, 50, 73, 0.66);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.9rem;
}

.vdev-editorial-head h2 {
  max-width: 14ch;
  margin: 0;
  color: var(--voy-ink);
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.vdev-editorial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.vdev-editorial-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(34, 50, 73, 0.05);
  color: inherit;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
  align-content: start;
  grid-template-rows: auto auto 1fr auto;
  min-height: 21.5rem;
}

.vdev-editorial-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 50, 73, 0.12);
  box-shadow: 0 24px 42px rgba(34, 50, 73, 0.08);
}

.vdev-editorial-thumb-wrap {
  position: relative;
}

.vdev-editorial-tag {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.38rem 0.68rem;
  border-radius: 999px;
  background: rgba(235, 240, 215, 0.96);
  font-size: 0.76rem;
  font-weight: 700;
}

.vdev-editorial-tag--journal {
  color: #4a5d87;
}

.vdev-editorial-tag--lab {
  color: #54663d;
}

.vdev-editorial-thumb {
  min-height: 10.25rem;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.35rem 1rem;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  color: rgba(34, 50, 73, 0.7);
}

.vdev-editorial-thumb--cream {
  background:
    radial-gradient(circle at 22% 18%, rgba(248, 226, 193, 0.7), transparent 24%),
    linear-gradient(180deg, rgba(248, 242, 229, 0.95), rgba(243, 234, 220, 0.98));
}

.vdev-editorial-thumb--navy {
  background:
    radial-gradient(circle at 22% 18%, rgba(133, 164, 220, 0.34), transparent 24%),
    linear-gradient(180deg, rgba(43, 60, 93, 0.94), rgba(63, 82, 118, 0.96));
  color: rgba(255, 255, 255, 0.92);
}

.vdev-editorial-thumb--mint {
  background:
    radial-gradient(circle at 22% 18%, rgba(215, 244, 153, 0.45), transparent 24%),
    linear-gradient(180deg, rgba(241, 248, 229, 0.95), rgba(228, 239, 208, 0.98));
}

.vdev-editorial-thumb--blue {
  background:
    radial-gradient(circle at 22% 18%, rgba(191, 219, 254, 0.8), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(212, 223, 239, 0.95));
}

.vdev-editorial-card h3 {
  margin: 0;
  color: var(--voy-ink);
  font-size: 1.05rem;
  line-height: 1.16;
  align-self: start;
  min-height: calc(1.16em * 2);
}

.vdev-editorial-button {
  margin-top: 0;
  width: fit-content;
  align-self: end;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.vdev-editorial-card:hover .vdev-editorial-button {
  background: #425a8b;
  border-color: #425a8b;
  color: #fff;
  box-shadow: 0 14px 28px rgba(66, 90, 139, 0.18);
}

.vdev-frame-card {
  padding: 1.3rem 1.2rem 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(34, 50, 73, 0.035);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
}

.vdev-frame-card h3 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  line-height: 1.15;
  color: var(--voy-ink);
}

.vdev-frame-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--vdev-soft-ink);
}

.vdev-frame-alt {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 2rem;
  align-items: start;
}

.vdev-frame-alt-copy {
  display: grid;
  gap: 1rem;
}

.vdev-frame-alt-copy h2 {
  margin: 0;
  max-width: 24rem;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--voy-ink);
}

.vdev-frame-alt-copy p {
  max-width: 29rem;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--vdev-soft-ink);
}

.vdev-frame-alt-stack {
  display: grid;
  gap: 0.9rem;
}

.vdev-frame-alt-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  padding: 1.15rem 1.15rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(34, 50, 73, 0.03);
}

.vdev-frame-alt-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: rgba(191, 219, 254, 0.32);
  color: var(--voy-ink);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.vdev-frame-alt-row h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: var(--voy-ink);
}

.vdev-frame-alt-row p {
  margin: 0;
  color: var(--vdev-soft-ink);
  line-height: 1.58;
}

.vdev-proof-section {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
}

.vdev-proof-section--feature {
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.96fr);
  gap: 3rem;
  padding: 3.25rem;
  border: 1px solid rgba(34, 50, 73, 0.08);
  border-radius: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(254, 251, 245, 0.96));
  box-shadow: 0 24px 48px rgba(34, 50, 73, 0.06);
}

.vdev-proof-section--reverse {
  grid-template-columns: minmax(20rem, 0.96fr) minmax(0, 1fr);
}

.vdev-proof-visual-card {
  min-height: 22rem;
  padding: 1.5rem;
  border-radius: 28px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background:
    linear-gradient(180deg, rgba(191, 219, 254, 0.28), rgba(255, 255, 255, 0.7)),
    rgba(34, 50, 73, 0.03);
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.vdev-proof-section--feature .vdev-proof-visual-card {
  min-height: 100%;
  padding: 2.25rem;
  border: 0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 239, 185, 0.44), transparent 58%),
    linear-gradient(145deg, rgba(250, 244, 219, 0.92) 0%, rgba(247, 241, 220, 0.96) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  align-content: center;
}

.vdev-proof-label {
  display: inline-flex;
  width: fit-content;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--voy-ink);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.vdev-proof-visual-card h3,
.vdev-proof-copy h2,
.vdev-routine-intro h2,
.vdev-close-intro h2 {
  margin: 0;
  color: var(--voy-ink);
}

.vdev-proof-copy,
.vdev-routine-section,
.vdev-close-section {
  display: grid;
  gap: 1.85rem;
}

.vdev-proof-section--feature .vdev-proof-copy {
  align-content: center;
  max-width: 34rem;
}

.vdev-routine-intro,
.vdev-close-intro {
  display: grid;
  gap: 1rem;
}

.vdev-proof-copy h2,
.vdev-routine-intro h2,
.vdev-close-intro h2 {
  max-width: 34rem;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.vdev-proof-section--feature .vdev-proof-copy h2 {
  max-width: none;
  font-size: clamp(2.2rem, 3.55vw, 4rem);
  line-height: 0.9;
  letter-spacing: -0.065em;
}

.vdev-proof-copy > p,
.vdev-routine-intro p,
.vdev-close-intro p {
  max-width: 37rem;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--vdev-soft-ink);
}

.vdev-proof-section--feature .vdev-proof-copy > p {
  max-width: 35rem;
}

.vdev-proof-points {
  display: grid;
  gap: 0.85rem;
}

.vdev-proof-section--feature .vdev-proof-points {
  gap: 0.9rem;
}

.vdev-proof-point,
.vdev-routine-card,
.vdev-close-card {
  padding: 1.15rem 1.15rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(34, 50, 73, 0.03);
}

.vdev-proof-section--feature .vdev-proof-point {
  position: relative;
  padding: 0 0 0 1.8rem;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vdev-proof-section--feature .vdev-proof-point::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 999px;
  background: #2a3b5f;
  box-shadow: 0 0 0 4px rgba(42, 59, 95, 0.08);
}

.vdev-proof-point h3,
.vdev-routine-card h3,
.vdev-close-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: var(--voy-ink);
}

.vdev-proof-section--feature .vdev-proof-point h3 {
  margin-bottom: 0.28rem;
  font-size: 1rem;
}

.vdev-proof-point p,
.vdev-routine-card p,
.vdev-close-card p {
  margin: 0;
  color: var(--vdev-soft-ink);
  line-height: 1.58;
}

.vdev-proof-section--feature .vdev-proof-point p {
  color: rgba(34, 50, 73, 0.9);
}

.vdev-routine-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vdev-close-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vdev-close-section--faq {
  display: grid;
  gap: 2rem;
}

.vdev-close-faq-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.vdev-close-intro {
  padding-top: 0.25rem;
}

.vdev-close-faq-list {
  display: grid;
  gap: 0;
}

.vdev-close-faq-item {
  border-top: 1px solid rgba(34, 50, 73, 0.1);
}

.vdev-close-faq-item:last-child {
  border-bottom: 1px solid rgba(34, 50, 73, 0.1);
}

.vdev-close-faq-question {
  width: 100%;
  padding: 1.2rem 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--voy-ink);
  font-size: 1.02rem;
  font-weight: 600;
  text-align: left;
}

.vdev-close-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 280ms ease, opacity 220ms ease, padding-bottom 280ms ease;
  padding-bottom: 0;
}

.vdev-close-faq-item.is-open .vdev-close-faq-answer {
  max-height: 10rem;
  opacity: 1;
  padding-bottom: 1.15rem;
}

.vdev-close-faq-answer p {
  margin: 0;
  color: var(--vdev-soft-ink);
  line-height: 1.62;
  max-width: 38rem;
}

.vdev-close-faq-plus {
  flex: 0 0 auto;
  margin-left: 1rem;
  color: rgba(34, 50, 73, 0.68);
  font-size: 1.45rem;
  line-height: 1;
  transition: transform 220ms ease, color 220ms ease;
}

.vdev-close-faq-item.is-open .vdev-close-faq-plus {
  transform: rotate(45deg);
  color: var(--voy-shield);
}

.vdev-close-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding-top: 0.2rem;
}

.vdev-wire-trust {
  display: inline-flex;
  width: fit-content;
  padding: 0.2rem 0;
  border-radius: 0;
  background: transparent;
  color: rgba(34, 50, 73, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.vdev-work-band--hero-bg {
  min-height: 38rem;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.84) 32%, rgba(255, 255, 255, 0.24) 70%),
    url("../images/lifeHero.png");
  background-position: left center, center center;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.vdev-work-band--hero-bg .vdev-build-canvas {
  min-height: 38rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.vdev-work-band--hero-bg .vdev-wire-copy {
  max-width: 42rem;
}

.vdev-authority-hero-panel {
  padding: 1.35rem;
  border-radius: 28px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background:
    linear-gradient(180deg, rgba(191, 219, 254, 0.22), rgba(255, 255, 255, 0.92)),
    rgba(34, 50, 73, 0.03);
  display: grid;
  gap: 1rem;
  align-content: start;
  box-shadow: var(--vdev-shadow);
}

.vdev-authority-hero-panel--clean {
  gap: 1.15rem;
}

.vdev-page--authority .vdev-wire-copy {
  max-width: 40rem;
}

.vdev-page--authority .vdev-wire-copy h1 {
  max-width: 10.5ch;
}

.vdev-page--authority .vdev-wire-copy p {
  max-width: 34rem;
}

.vdev-authority-hero-top {
  display: grid;
  gap: 0.45rem;
}

.vdev-authority-hero-top strong {
  color: var(--voy-ink);
  font-size: 1.02rem;
}

.vdev-authority-hero-media {
  min-height: 13.5rem;
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: end;
  justify-content: center;
}

.vdev-authority-hero-media--video {
  align-items: center;
}

.vdev-authority-hero-media--tall {
  min-height: 20.5rem;
}

.vdev-authority-hero-media img {
  width: min(100%, 15rem);
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}

.vdev-authority-video-card {
  width: 100%;
  min-height: 11.75rem;
  border-radius: 20px;
  background:
    radial-gradient(circle at 22% 18%, rgba(191, 219, 254, 0.8), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(223, 233, 246, 0.95));
  border: 1px solid rgba(34, 50, 73, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vdev-authority-video-card--tall {
  min-height: 18rem;
}

.vdev-authority-video-play {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 999px;
  background: rgba(34, 50, 73, 0.9);
  position: relative;
  box-shadow: 0 18px 40px rgba(34, 50, 73, 0.14);
}

.vdev-authority-video-play::before {
  content: "";
  position: absolute;
  left: 1.95rem;
  top: 1.45rem;
  width: 0;
  height: 0;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-left: 1.35rem solid #fff;
}

.vdev-authority-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.vdev-authority-chip {
  padding: 0.9rem 0.85rem;
  border-radius: 18px;
  background: rgba(34, 50, 73, 0.05);
  display: grid;
  gap: 0.3rem;
}

.vdev-authority-chip span {
  color: var(--vdev-soft-ink);
  font-size: 0.8rem;
}

.vdev-authority-chip strong {
  color: var(--voy-ink);
  font-size: 1.45rem;
  line-height: 1;
}

.vdev-metric-section {
  display: grid;
  gap: 2rem;
}

.vdev-metric-intro {
  display: grid;
  gap: 1rem;
  max-width: 42rem;
}

.vdev-metric-intro h2 {
  margin: 0;
  max-width: 32rem;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--voy-ink);
}

.vdev-metric-intro p {
  margin: 0;
  max-width: 38rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--vdev-soft-ink);
}

.vdev-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.vdev-metric-card {
  min-height: 18rem;
  padding: 1.25rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(34, 50, 73, 0.03);
  display: grid;
  align-content: start;
  gap: 0.6rem;
}

.vdev-metric-value {
  color: var(--voy-ink);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.vdev-metric-card h3 {
  margin: 0;
  color: var(--voy-ink);
  font-size: 1.05rem;
}

.vdev-metric-card p {
  margin: 0;
  color: var(--vdev-soft-ink);
  line-height: 1.58;
}

.vdev-metric-bars {
  margin-top: auto;
  display: grid;
  gap: 0.4rem;
}

.vdev-metric-bars span {
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(34, 50, 73, 0.08);
}

.vdev-metric-bars span.is-filled {
  background: #7dc88a;
}

.vdev-trust-rail {
  display: grid;
  grid-template-columns: minmax(17rem, 0.95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: start;
}

.vdev-trust-rail-intro {
  display: grid;
  gap: 1rem;
  max-width: 30rem;
}

.vdev-trust-rail-intro h2 {
  margin: 0;
  max-width: 26rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--voy-ink);
}

.vdev-trust-rail-intro p {
  margin: 0;
  max-width: 28rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--vdev-soft-ink);
}

.vdev-trust-rail-list {
  display: grid;
  gap: 0.85rem;
}

.vdev-trust-rail-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.1rem 1.2rem 1.15rem;
  border-radius: 22px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(34, 50, 73, 0.03);
}

.vdev-trust-rail-mark {
  min-width: 3.5rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(34, 50, 73, 0.05);
  color: var(--voy-ink);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
}

.vdev-trust-rail-copy {
  display: grid;
  gap: 0.35rem;
}

.vdev-trust-rail-copy h3 {
  margin: 0;
  color: var(--voy-ink);
  font-size: 1.05rem;
}

.vdev-trust-rail-copy p {
  margin: 0;
  color: var(--vdev-soft-ink);
  line-height: 1.58;
}

@media (max-width: 991.98px) {
  .vdev-trust-rail {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.vdev-system-section {
  display: grid;
  grid-template-columns: minmax(20rem, 0.92fr) minmax(0, 1.08fr);
  gap: 2rem;
  align-items: center;
}

.vdev-system-visual {
  padding: 1.35rem;
  border-radius: 28px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background:
    linear-gradient(180deg, rgba(240, 223, 203, 0.34), rgba(255, 255, 255, 0.9)),
    rgba(34, 50, 73, 0.03);
  display: grid;
  gap: 0.85rem;
}

.vdev-system-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.vdev-lab-section {
  display: grid;
  gap: 2rem;
}

.vdev-lab-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.vdev-lab-card {
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(34, 50, 73, 0.03);
}

.vdev-lab-thumb {
  min-height: 8.5rem;
  border-radius: 18px;
  background:
    radial-gradient(circle at 22% 18%, rgba(191, 219, 254, 0.8), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(212, 223, 239, 0.95));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(34, 50, 73, 0.52);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vdev-lab-card h3,
.vdev-faq-card h3 {
  margin: 0;
  color: var(--voy-ink);
  font-size: 1.02rem;
}

.vdev-lab-card p,
.vdev-faq-card p {
  margin: 0;
  color: var(--vdev-soft-ink);
  line-height: 1.58;
}

.vdev-lab-manifesto {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  gap: 2rem;
  align-items: start;
}

.vdev-lab-manifesto-copy {
  display: grid;
  gap: 1rem;
}

.vdev-lab-manifesto-copy h2 {
  margin: 0;
  max-width: 16ch;
  font-size: clamp(2.1rem, 4.6vw, 4rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: var(--voy-ink);
}

.vdev-lab-manifesto-copy p {
  margin: 0;
  max-width: 42rem;
  color: var(--vdev-soft-ink);
  line-height: 1.7;
  font-size: 1.04rem;
}

.vdev-lab-manifesto-aside {
  display: grid;
  gap: 0.9rem;
}

.vdev-lab-manifesto-note {
  padding: 1.15rem 1.15rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(34, 50, 73, 0.03);
}

.vdev-lab-manifesto-note h3 {
  margin: 0 0 0.45rem;
  color: var(--voy-ink);
  font-size: 1rem;
}

.vdev-lab-manifesto-note p {
  margin: 0;
  color: var(--vdev-soft-ink);
  line-height: 1.58;
}

.vdev-authority-faq {
  display: grid;
  gap: 1.85rem;
}

.vdev-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.vdev-faq-card {
  padding: 1.1rem 1.1rem 1.05rem;
  border-radius: 22px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(34, 50, 73, 0.03);
}

.vdev-faq-card--expert {
  background:
    linear-gradient(180deg, rgba(191, 219, 254, 0.2), rgba(255, 255, 255, 0.88)),
    rgba(34, 50, 73, 0.03);
}

@media (max-width: 991.98px) {
  .vdev-wire-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdev-pdp-preview-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdev-frame-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdev-testimonials-section {
    padding: 2.25rem 1.4rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .vdev-testimonials-grid {
    grid-auto-columns: minmax(16rem, 84vw);
  }

  .vdev-testimonials-actions {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .vdev-testimonials-actions-spacer {
    display: none;
  }

  .vdev-testimonials-nav {
    justify-self: center;
  }

  .vdev-products-head {
    flex-direction: column;
    gap: 1rem;
  }

  .vdev-products-head h2 {
    white-space: normal;
  }

  .vdev-editorial-head {
    gap: 1rem;
  }

  .vdev-editorial-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdev-products-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdev-product-card,
  .vdev-product-card--featured {
    min-height: auto;
  }

  .vdev-frame-alt {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdev-proof-section,
  .vdev-routine-grid,
  .vdev-close-grid,
  .vdev-metric-grid,
  .vdev-system-section,
  .vdev-lab-grid,
  .vdev-lab-manifesto,
  .vdev-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdev-proof-section--feature {
    gap: 2rem;
    padding: 2rem;
  }

  .vdev-proof-section--reverse .vdev-proof-visual {
    order: 0;
  }

  .vdev-proof-section--reverse .vdev-proof-copy {
    order: 0;
  }

  .vdev-wire-media,
  .vdev-wire-media--bottom {
    justify-content: flex-start;
    align-items: start;
  }

  .vdev-wire-hero--split {
    min-height: auto;
  }

  .vdev-authority-hero-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .vdev-pdp-preview-buy-card {
    position: static;
  }
}

.vdev-doc-shelf {
  display: grid;
  gap: 1rem;
}

.vdev-doc-card {
  padding: 1.2rem 1.25rem;
  border-radius: var(--vdev-radius-md);
  border: 1px solid var(--vdev-line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--vdev-shadow);
}

.vdev-doc-table {
  width: 100%;
  border-collapse: collapse;
}

.vdev-doc-table th,
.vdev-doc-table td {
  padding: 0.75rem 0.85rem;
  border-top: 1px solid rgba(34, 50, 73, 0.08);
  text-align: left;
  vertical-align: top;
}

.vdev-doc-table tr:first-child th,
.vdev-doc-table tr:first-child td {
  border-top: 0;
}

.vdev-doc-table th {
  width: 28%;
  color: var(--voy-ink);
  font-weight: 600;
}

.vdev-doc-accordion {
  border-radius: 16px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(255, 255, 255, 0.82);
  overflow: hidden;
}

.vdev-doc-accordion + .vdev-doc-accordion {
  margin-top: 0.8rem;
}

.vdev-doc-accordion summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.1rem;
  font-weight: 600;
  color: var(--voy-ink);
  background: rgba(34, 50, 73, 0.04);
}

.vdev-doc-accordion summary::-webkit-details-marker {
  display: none;
}

.vdev-doc-accordion[open] summary {
  border-bottom: 1px solid rgba(34, 50, 73, 0.08);
}

.vdev-doc-accordion-body {
  padding: 1rem 1.1rem 1.1rem;
}

.vdev-shared-footer-shell {
  padding-top: 5.25rem;
  padding-bottom: 2.75rem;
}

.vdev-shared-footer-copy {
  max-width: 30rem;
  font-size: 1rem;
  line-height: 1.55;
}

.vdev-shared-footer-pills {
  gap: 0.8rem;
}

.vdev-shared-footer-shell .voy-footer-links a {
  font-size: 0.98rem;
  opacity: 0.72;
}

.vdev-shared-footer-shell .voy-footer-links a:hover {
  opacity: 1;
}

.vdev-shared-footer-shell .voy-footer-pill {
  min-height: 2.45rem;
  padding: 0.45rem 0.95rem;
}

.vdev-asset-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.25rem;
  align-items: stretch;
}

.vdev-asset-copy,
.vdev-asset-card {
  border: 1px solid var(--vdev-line);
  background: var(--vdev-surface);
  border-radius: var(--vdev-radius-lg);
  box-shadow: var(--vdev-shadow);
}

.vdev-asset-copy {
  padding: 1.5rem;
}

.vdev-asset-card {
  padding: 1.4rem;
  overflow: hidden;
}

.vdev-heatmap-demo,
.vdev-dashboard-demo,
.vdev-exploded-demo,
.vdev-infographic-demo,
.vdev-simulator-demo,
.vdev-trail-demo,
.vdev-proof-week-demo {
  width: 100%;
}

.vdev-exploded-figure {
  margin: 0;
  padding: 0.8rem;
  border-radius: 24px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: linear-gradient(180deg, rgba(252, 252, 250, 0.96) 0%, rgba(246, 241, 235, 0.94) 100%);
}

.vdev-exploded-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.vdev-exploded-figure figcaption {
  margin-top: 0.8rem;
  color: var(--vdev-soft-ink);
  font-size: 0.95rem;
  line-height: 1.5;
}

.vdev-heatmap-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.55rem;
}

.vdev-heatmap-grid span,
.vdev-heatmap-legend span {
  display: block;
  border-radius: 12px;
}

.vdev-heatmap-grid span {
  min-height: 4.4rem;
}

.vdev-heatmap-grid .is-hot,
.vdev-heatmap-legend .is-hot {
  background: linear-gradient(135deg, #f67451 0%, #f6b45c 100%);
}

.vdev-heatmap-grid .is-warm,
.vdev-heatmap-legend .is-warm {
  background: linear-gradient(135deg, #f4d56a 0%, #f6c986 100%);
}

.vdev-heatmap-grid .is-mid,
.vdev-heatmap-legend .is-mid {
  background: linear-gradient(135deg, #b8d9aa 0%, #d6ecb4 100%);
}

.vdev-heatmap-grid .is-cool,
.vdev-heatmap-legend .is-cool {
  background: linear-gradient(135deg, #dfe9f2 0%, #f5f8fb 100%);
  border: 1px solid rgba(34, 50, 73, 0.08);
}

.vdev-heatmap-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
  color: var(--vdev-soft-ink);
  font-size: 0.95rem;
}

.vdev-heatmap-legend div {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.vdev-heatmap-legend span {
  width: 1.15rem;
  height: 1.15rem;
}

.vdev-dashboard-demo {
  display: grid;
  gap: 1rem;
}

.vdev-dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.vdev-dashboard-metrics article,
.vdev-dashboard-note,
.vdev-simulator-result,
.vdev-proof-week-demo article,
.vdev-infographic-demo article {
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 18px;
}

.vdev-dashboard-metrics article {
  padding: 1rem;
}

.vdev-dashboard-metrics span {
  display: block;
  color: var(--vdev-soft-ink);
  font-size: 0.85rem;
  margin-bottom: 0.35rem;
}

.vdev-dashboard-metrics strong {
  font-size: 1.35rem;
  line-height: 1;
}

.vdev-dashboard-row {
  display: grid;
  grid-template-columns: 13rem minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.vdev-mini-chart {
  min-height: 11rem;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(34, 50, 73, 0.08);
  background: linear-gradient(180deg, rgba(240, 249, 228, 0.9) 0%, rgba(255, 255, 255, 0.88) 100%);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 0.65rem;
}

.vdev-mini-chart span {
  display: block;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, rgba(215, 244, 153, 1) 0%, rgba(109, 150, 88, 0.78) 100%);
}

.vdev-dashboard-note {
  padding: 1.1rem 1.2rem;
}

.vdev-dashboard-note h3,
.vdev-simulator-result h3 {
  margin: 0.2rem 0 0.45rem;
}

.vdev-infographic-demo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.vdev-infographic-demo article,
.vdev-proof-week-demo article {
  padding: 1.2rem;
}

.vdev-simulator-demo {
  display: grid;
  gap: 0.9rem;
}

.vdev-simulator-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.vdev-simulator-controls span {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(34, 50, 73, 0.06);
  font-size: 0.94rem;
}

.vdev-simulator-result {
  padding: 1.2rem;
  background: linear-gradient(135deg, rgba(215, 244, 153, 0.22) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.vdev-trail-demo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 13rem;
}

.vdev-trail-node {
  min-width: 7rem;
  padding: 0.95rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(34, 50, 73, 0.08);
  text-align: center;
  font-weight: 600;
}

.vdev-trail-line {
  width: 2.8rem;
  height: 0.18rem;
  background: linear-gradient(90deg, rgba(34, 50, 73, 0.16), rgba(215, 244, 153, 0.95));
  border-radius: 999px;
}

.vdev-proof-week-demo {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

@media (max-width: 1199.98px) {
  .vdev-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .vdev-hero-shell,
  .vdev-grid-2,
  .vdev-grid-3,
  .vdev-grid-4,
  .vdev-gallery,
  .vdev-kpi-row,
  .vdev-beat-grid,
  .vdev-asset-showcase,
  .vdev-dashboard-row,
  .vdev-infographic-demo,
  .vdev-proof-week-demo,
  .vdev-dashboard-metrics {
    grid-template-columns: 1fr;
  }

  .vdev-build-head,
  .vdev-build-title-row {
    display: grid;
  }

  .vdev-build-meta {
    margin-top: 0.65rem;
  }

  .vdev-hero {
    padding: 3rem 0 2rem;
  }

  .vdev-stage-card,
  .vdev-gallery-main {
    min-height: 22rem;
  }

  .vdev-shared-footer-shell {
    padding-top: 4rem;
  }

  .vdev-trail-demo {
    justify-content: flex-start;
  }

  .vdev-trail-line {
    width: 1.6rem;
  }

  .vdev-close-faq-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .vdev-close-intro {
    padding-top: 0;
  }
}
